/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

.one {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tran {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
button,
input {
  border: none;
  outline: none;
}
.out {
  position: relative;
}
.out:hover::after,
.out:hover::before {
  width: 100%;
}
.out:hover > a::after,
.out:hover > a::before {
  height: 166px;
}
.out:hover .pro_hot_txt > a {
  color: #0074d4;
}
.out::after,
.out::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #da251c;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.out::after {
  top: 0;
}
.out::before {
  top: 166px;
}
.in::after,
.in::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #da251c;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.in::after {
  left: 0;
}
.in::before {
  right: 0;
}
.mt {
  margin-top: 60px;
}
.shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.shadow2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.linkeff {
  position: relative;
}
.linkeff:hover::after,
.linkeff:hover::before {
  width: 100%;
}
.linkeff::after,
.linkeff::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.linkeff::after {
  left: 0;
  top: 0;
}
.linkeff::before {
  right: 0;
  bottom: 0;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.title1 {
  text-align: center;
}
.title1 > h3 {
  font-size: 36px;
  height: 36px;
  line-height: 36px;
  color: #3f3f3f;
  margin-bottom: 23px;
  font-weight: bold;
  background: url(../img/tit.png) center bottom no-repeat;
}
.title1 > h3 > a {
  color: #3f3f3f;
}
.title1 > h3 span {
  color: #da251c;
}
.title1 > h4 {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #cccccc;
  font-family: Arial;
}
.ser {
  width: 100%;
  height: 80px;
  background: #f4f4f4;
}
.ser .ser_main {
  height: 100%;
}
.ser .ser_main .hot {
  width: 600px;
  height: 100%;
  background: url(../img/hot_ico.png) left center no-repeat;
  padding-left: 38px;
  padding-top: 25px;
  box-sizing: border-box;
}
.ser .ser_main .hot .hot_list {
  width: 100%;
}
.ser .ser_main .hot .hot_list > li {
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.ser .ser_main .hot .hot_list > li:hover > a {
  color: #da251c;
  transform: translate(5px);
}
.ser .ser_main .hot .hot_list > li > span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.ser .ser_main .hot .hot_list > li > a {
  font-size: 14px;
  color: #333333;
  width: 380px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ser .ser_main .hot .hot_list > li > i {
  float: right;
  font-family: Arial;
}
.ser .ser_main .ser_con {
  width: 430px;
  height: 48px;
  border-radius: 23px;
  margin-top: 14px;
  position: relative;
}
.ser .ser_main .ser_con > input {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 23px;
  border: solid 1px #e0dfdd;
  box-sizing: border-box;
  padding: 0 100px 0 22px;
  background-color: #f6f6f6;
}
.ser .ser_main .ser_con > button {
  position: absolute;
  width: 83px;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/ser.png) center no-repeat;
  cursor: pointer;
}
.pro {
  width: 100%;
  margin-top: 26px;
}
.pro .pro_main .pro_con {
  margin-top: 22px;
}
.pro .pro_main .pro_con .fl {
  width: 285px;
  height: auto;
  background: url(../img/fl_bg.jpg) center repeat-y;
  padding-bottom: 10px;
}
.pro .pro_main .pro_con .fl .fl_tit {
  width: 100%;
  height: 112px;
  text-align: center;
  padding-top: 38px;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .fl .fl_tit > h3 {
  font-size: 30px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 11px;
}
.pro .pro_main .pro_con .fl .fl_tit > h4 {
  font-size: 12px;
  font-family: Arial;
  height: 12px;
  line-height: 12px;
  color: #ffffff;
}
.pro .pro_main .pro_con .fl .fl_main {
  width: 265px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 20px 20px 10px;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .fl .fl_main .fl_item {
  width: 100%;
}
.pro .pro_main .pro_con .fl .fl_main .fl_item > h3 {
  width: 100%;
  height: 40px;
  background-color: #aaaaaa;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .fl .fl_main .fl_item > h3:hover {
  background-color: transparent;
}
.pro .pro_main .pro_con .fl .fl_main .fl_item > h3:hover::after {
  width: 100%;
}
.pro .pro_main .pro_con .fl .fl_main .fl_item > h3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #d8261c;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
  left: 0;
  top: 0;
}
.pro .pro_main .pro_con .fl .fl_main .fl_item > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_con .fl .fl_main .fl_item .fl_list > li {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.pro .pro_main .pro_con .fl .fl_main .fl_item .fl_list > li:hover > a {
  color: #da251c;
  transform: translate(5px);
}
.pro .pro_main .pro_con .fl .fl_main .fl_item .fl_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #565656;
  background: url(../img/fl_ico1.png) left center no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px 0 24px;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .fl .fl_main > a {
  display: block;
  width: 225px;
  height: 40px;
  background-color: #3f3f3f;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.pro .pro_main .pro_con .pro_view {
  width: 895px;
}
.pro .pro_main .pro_con .pro_view .pro_view_tit {
  width: 100%;
  height: 61px;
  line-height: 60px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .pro_view .pro_view_tit .pro_menu > ul > li {
  float: left;
  width: 180px;
  height: 100%;
  background-color: #cccccc;
  text-align: center;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_view .pro_view_tit .pro_menu > ul > li.on {
  color: #fff;
}
.pro .pro_main .pro_con .pro_view .pro_view_tit .pro_menu > ul > li.on::after {
  transform: rotateZ(0);
}
.pro .pro_main .pro_con .pro_view .pro_view_tit .pro_menu > ul > li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #da251c;
  transform: rotateZ(180deg);
  transform-origin: 0 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  left: 0;
  top: 0;
  z-index: -1;
}
.pro .pro_main .pro_con .pro_view .pro_view_tit > a {
  font-size: 30px;
  color: #333333;
  width: 60px;
  border-left: 1px solid #cccccc;
  box-sizing: border-box;
  text-align: center;
}
.pro .pro_main .pro_con .pro_view .pro_v {
  margin-top: 20px;
}
.pro .pro_main .pro_con .pro_view .pro_v > ul {
  width: 100%;
}
.pro .pro_main .pro_con .pro_view .pro_v > ul > li {
  float: left;
  width: 285px;
  height: 240px;
  background-color: #eaeaea;
  padding: 10px 10px 0;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_view .pro_v > ul > li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pro .pro_main .pro_con .pro_view .pro_v > ul > li:hover .pro_txt > a {
  color: #da251c;
}
.pro .pro_main .pro_con .pro_view .pro_v > ul > li > a {
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.pro .pro_main .pro_con .pro_view .pro_v > ul > li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.pro .pro_main .pro_con .pro_view .pro_v > ul > li .pro_txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.pro .pro_main .pro_con .pro_view .pro_v > ul > li .pro_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333333;
}
.pro .pro_main .pro_con .pro_view .pro_v > ul > li:nth-child(3n) {
  margin-right: 0;
}
.ys {
  width: 100%;
  height: 570px;
  padding-top: 47px;
  box-sizing: border-box;
  margin-top: 30px;
  background: url(../img/ys_bg.jpg) center no-repeat;
}
.ys .ys_main .ys_tit {
  width: 240px;
  height: 483px;
  padding: 45px 20px;
  box-sizing: border-box;
}
.ys .ys_main .ys_tit > h3 {
  font-size: 22px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin-bottom: 25px;
  color: #ffffff;
}
.ys .ys_main .ys_tit > h4 {
  font-size: 22px;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 54px;
}
.ys .ys_main .ys_tit > h5 {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  height: 64px;
  line-height: 64px;
  margin-bottom: 22px;
}
.ys .ys_main .ys_tit > h5 span {
  font-size: 64px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
}
.ys .ys_main .ys_tit > h6 {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 60px;
}
.ys .ys_main .ys_tit > .ys_tell > i {
  float: left;
  width: 66px;
  height: 66px;
  background: url(../img/head_tell.png) center no-repeat #3f3f3f;
  border-radius: 50%;
  animation: 2s infinite msClock;
}
.ys .ys_main .ys_tit > .ys_tell .ys_num {
  margin-left: 12px;
}
.ys .ys_main .ys_tit > .ys_tell .ys_num > p {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #fff;
  margin-bottom: 14px;
  margin-top: 5px;
}
.ys .ys_main .ys_tit > .ys_tell .ys_num > h3 {
  font-size: 24px;
  font-family: Impact;
  height: 24px;
  line-height: 24px;
  color: #fff;
}
.ys .ys_main .ys_con {
  margin: 0px 0 0 102px;
}
.ys .ys_main .ys_con .ys_menu {
  width: 150px;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list {
  width: 100%;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li {
  width: 100%;
  height: 131px;
  padding: 15px 0 0 36px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: all 0.8s ease;
  cursor: pointer;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li.on::before {
  width: 0;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li.on::after {
  width: 100%;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #484848 0%, #303030 100%);
  top: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-image: linear-gradient(0deg, #ff0010 0%, #da251c 100%);
  top: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li > span {
  display: block;
  width: 38px;
  height: 26px;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li > i {
  display: block;
  width: 26px;
  height: 1px;
  background-color: #ffffff;
  margin: 16px 0 11px 0;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li > p {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #f3f3f3;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(1) > span {
  background: url(../img/01.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(2) > span {
  background: url(../img/02.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(3) > span {
  background: url(../img/03.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(4) > span {
  background: url(../img/04.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_tab {
  width: 628px;
  margin-left: 40px;
}
.ys .ys_main .ys_con .ys_tab > ul {
  width: 100%;
}
.ys .ys_main .ys_con .ys_tab > ul > li {
  width: 100%;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_v {
  width: 100%;
  height: 290px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_v > img {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt > h3 {
  color: #333333;
  height: 24px;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt > h3 > span {
  font-size: 24px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  color: #da251c;
  margin-right: 20px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt > span {
  display: block;
  width: 51px;
  height: 2px;
  background-color: #333333;
  margin-bottom: 20px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt > h5 {
  font-size: 14px;
  color: #333333;
  background: url(../img/ys_ico1.png) left center no-repeat;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.case {
  width: 100%;
  background-color: #f5f5f5;
  height: auto;
  padding: 28px 0 10px;
}
.case .case_main .case_view {
  width: 100%;
  margin-top: 26px;
}
.case .case_main .case_view .case_view_list > li {
  float: left;
  width: 285px;
  margin: 0 20px 20px 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_view .case_view_list > li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.case .case_main .case_view .case_view_list > li:hover > a > img {
  transform: scale(1.1);
}
.case .case_main .case_view .case_view_list > li:hover .case_txt > a {
  color: #da251c;
}
.case .case_main .case_view .case_view_list > li > a {
  display: block;
  width: 100%;
  height: 233px;
  overflow: hidden;
  border: solid 2px #ffffff;
  box-sizing: border-box;
}
.case .case_main .case_view .case_view_list > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_view .case_view_list > li .case_txt {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  line-height: 60px;
  text-align: center;
}
.case .case_main .case_view .case_view_list > li .case_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 60px;
  color: #333333;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_view .case_view_list > li:nth-child(1),
.case .case_main .case_view .case_view_list > li:nth-child(2) {
  width: 590px;
}
.case .case_main .case_view .case_view_list > li:nth-child(1) > a,
.case .case_main .case_view .case_view_list > li:nth-child(2) > a {
  height: 398px;
}
.case .case_main .case_view .case_view_list > li:nth-child(2) {
  margin-right: 0;
}
.case .case_main .case_view .case_view_list > li:nth-child(6) {
  margin-right: 0;
}
.case .case_main .case_view .case_view_list > li:nth-child(10) {
  margin-right: 0;
}
.news {
  width: 100%;
  margin-top: 25px;
}
.news .news_main .news_con {
  margin-top: 25px;
}
.news .news_main .news_con .news_tit {
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.news .news_main .news_con .news_tit > h3 {
  height: 100%;
  border-left: 3px solid #da251c;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.news .news_main .news_con .news_tit > a {
  font-size: 14px;
  font-family: Arial;
  color: #666666;
}
.news .news_main .news_con .news_tit > a:hover {
  color: #da251c;
  transform: translate(-5px);
}
.news .news_main .news_con .news_l {
  width: 736px;
}
.news .news_main .news_con .news_l .news_top {
  width: 100%;
  height: 248px;
  border-bottom: 1px solid #d1d1d1;
  box-sizing: border-box;
  margin-top: 30px;
}
.news .news_main .news_con .news_l .news_top:hover > a > img {
  transform: scale(1.1);
}
.news .news_main .news_con .news_l .news_top:hover .news_t_txt > h3 > a {
  color: #da251c;
  transform: translate(5px);
}
.news .news_main .news_con .news_l .news_top > a {
  width: 376px;
  height: 213px;
  overflow: hidden;
}
.news .news_main .news_con .news_l .news_top > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_l .news_top .news_t_txt {
  width: 323px;
}
.news .news_main .news_con .news_l .news_top .news_t_txt > h3 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 28px;
}
.news .news_main .news_con .news_l .news_top .news_t_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.news .news_main .news_con .news_l .news_top .news_t_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  height: 90px;
  overflow: hidden;
  margin-bottom: 38px;
}
.news .news_main .news_con .news_l .news_top .news_t_txt > a {
  display: block;
  width: 129px;
  height: 38px;
  background-color: #da251c;
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
  color: #f2f2f2;
  font-size: 14px;
}
.news .news_main .news_con .news_l .news_l_list {
  width: 100%;
  margin-top: 20px;
}
.news .news_main .news_con .news_l .news_l_list > ul > li {
  width: 100%;
  height: 38px;
  line-height: 38px;
  position: relative;
}
.news .news_main .news_con .news_l .news_l_list > ul > li:hover::after {
  width: 100%;
}
.news .news_main .news_con .news_l .news_l_list > ul > li:hover > a {
  color: #da251c;
  transform: translate(5px);
}
.news .news_main .news_con .news_l .news_l_list > ul > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background-color: #da251c;
}
.news .news_main .news_con .news_l .news_l_list > ul > li > a {
  width: 75%;
  height: 100%;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_l .news_l_list > ul > li > span {
  font-size: 14px;
  font-family: Arial;
  color: #666666;
}
.news .news_main .news_con .news_r {
  width: 370px;
}
.news .news_main .news_con .news_r .news_r_list {
  width: 100%;
  margin-top: 30px;
}
.news .news_main .news_con .news_r .news_r_list ul {
  width: 100%;
}
.news .news_main .news_con .news_r .news_r_list ul > li {
  width: 100%;
  height: 114px;
  border-bottom: 1px dashed #d7d7d7;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.news .news_main .news_con .news_r .news_r_list ul > li:hover > a {
  color: #da251c;
  transform: translate(5px);
}
.news .news_main .news_con .news_r .news_r_list ul > li:hover > a > i {
  color: #da251c;
}
.news .news_main .news_con .news_r .news_r_list ul > li > a {
  display: block;
  width: 100%;
}
.news .news_main .news_con .news_r .news_r_list ul > li > a > span {
  float: left;
  width: 21px;
  height: 21px;
  background-color: #d8261c;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  color: #ffffff;
}
.news .news_main .news_con .news_r .news_r_list ul > li > a > i {
  width: 340px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
  color: #333333;
  font-weight: bold;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_r .news_r_list ul > li > p {
  width: 100%;
  margin-top: 17px;
}
.news .news_main .news_con .news_r .news_r_list ul > li > p > span {
  float: left;
  width: 21px;
  height: 21px;
  background-color: #9a9a9a;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  color: #ffffff;
}
.news .news_main .news_con .news_r .news_r_list ul > li > p > i {
  width: 340px;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  color: #666666;
  overflow: hidden;
}
.gg {
  width: 100%;
  height: 259px;
  padding-top: 100px;
  box-sizing: border-box;
  background: url(../img/gg_bg.jpg) center no-repeat;
}
.gg .gg_main .gg_txt {
  margin-left: 195px;
}
.gg .gg_main .gg_txt > h3 {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 13px;
  color: #ffffff;
}
.gg .gg_main .gg_txt > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 2px;
  background-color: #ffffff;
  margin-left: 58px;
}
.gg .gg_main .gg_txt > span {
  display: block;
  width: 384px;
  height: 1px;
  background-color: #ffffff;
  margin: 20px 0 16px;
}
.gg .gg_main .gg_txt > h4 {
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  color: #ffffff;
}
.gg .gg_main .inform {
  width: 580px;
  border-left: 1px dashed #4e4e4e;
  padding-left: 30px;
  box-sizing: border-box;
}
.gg .gg_main .inform input {
  color: #fff;
}
.gg .gg_main .inform textarea {
  color: #fff;
}
.gg .gg_main .inform .inputs {
  width: 100%;
  margin-bottom: 10px;
}
.gg .gg_main .inform .inputs > input {
  width: 260px;
  height: 40px;
  border: solid 1px #e4e4e4;
  box-sizing: border-box;
  padding: 0 10px 0 74px;
}
.gg .gg_main .inform .inputs #userName {
  margin-right: 24px;
  background: url(../img/in1.png) left center no-repeat;
}
.gg .gg_main .inform .inputs #userPhone {
  background: url(../img/in2.png) left center no-repeat;
}
.gg .gg_main .inform .in_item {
  width: 100%;
}
.gg .gg_main .inform .in_item textarea {
  float: left;
  width: 260px;
  height: 69px;
  border: solid 1px #e4e4e4;
  box-sizing: border-box;
  background: url(../img/in3.png) left top no-repeat;
  padding: 12px 12px 12px 75px;
}
.gg .gg_main .inform .in_item .code {
  width: 180px;
  margin-left: 30px;
}
.gg .gg_main .inform .in_item .code > input {
  display: block;
  width: 100%;
  height: 40px;
  border: solid 1px #e4e4e4;
  box-sizing: border-box;
  padding: 0 10px 0 74px;
  background: url(../img/in4.png) left top no-repeat;
}
.gg .gg_main .inform .in_item .code > img {
  display: block;
  width: 180px;
  height: 23px;
  margin-top: 5px;
  cursor: pointer;
}
.gg .gg_main .inform .in_item > button {
  width: 69px;
  height: 69px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 14px;
  color: #343434;
  line-height: 69px;
}
.about {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.about .ab_main .ab_txt {
  width: 427px;
  margin-top: 12px;
  position: relative;
}
.about .ab_main .ab_txt .ab_tit {
  position: relative;
}
.about .ab_main .ab_txt .ab_tit p {
  font-size: 106px;
  font-family: Arial;
  height: 78px;
  line-height: 78px;
  letter-spacing: 21px;
  color: #f7f7f9;
  margin-bottom: 38px;
}
.about .ab_main .ab_txt .ab_tit > h3 {
  position: absolute;
  font-size: 33px;
  font-weight: bold;
  height: 33px;
  line-height: 33px;
  color: #333333;
  bottom: -7px;
  left: 0;
}
.about .ab_main .ab_txt .ab_links {
  position: absolute;
  height: 105px;
  left: 0;
  top: 313px;
  width: 678px;
}
.about .ab_main .ab_txt .ab_links > a {
  float: left;
  width: 226px;
  height: 105px;
  text-align: center;
  line-height: 105px;
  font-size: 16px;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.about .ab_main .ab_txt .ab_links > a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 7px;
  left: 150px;
  top: 50px;
  background: url(../img/ab_ico1.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_links > a:nth-child(1) {
  background-color: #3f3f3f;
}
.about .ab_main .ab_txt .ab_links > a:nth-child(2) {
  color: #3f3f3f;
  background-color: #ffffff;
}
.about .ab_main .ab_txt .ab_links > a:nth-child(2)::after {
  background: url(../img/ab_ico2.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_links > a:nth-child(3) {
  background-color: #da251c;
}
.about .ab_main .ab_txt > h4 {
  width: 100%;
  font-size: 14px;
  line-height: 35px;
  height: 175px;
  overflow: hidden;
}
.about .ab_main .ab_v {
  width: 691px;
  height: 430px;
}
.about .ab_main .ab_v > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

